home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 May / Macworld (1998-05).dmg / Games World / Shareware Games / Arcade / Supreme Commander / Supreme Commander.mac / 00129.ls < prev    next >
Encoding:
Text File  |  1996-01-30  |  309 b   |  19 lines

  1. on exitFrame
  2.   global flywhere
  3.   if flywhere = 6 then
  4.     go("nova")
  5.   else
  6.     if flywhere = 2 then
  7.       go("earth")
  8.     else
  9.       if (flywhere = 1) or 4 then
  10.         go("galaxy 1")
  11.       else
  12.         if (flywhere = 3) or 5 then
  13.           go("galaxy 2")
  14.         end if
  15.       end if
  16.     end if
  17.   end if
  18. end
  19.